home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1995 March / Macworld CD-ROM (March 1995).cdr / Demos / Paper Planes / Demo / 00034.ls < prev    next >
Encoding:
Text File  |  1994-08-25  |  188 b   |  7 lines

  1. on exitFrame
  2.   global lastQT
  3.   when mouseDown then go to "TopLevel" of movie "Planes"
  4.   set beforeQT to the name of cast (the number of cast lastQT - 1)
  5.   unLoadCast(beforeQT, lastQT)
  6. end
  7.